home *** CD-ROM | disk | FTP | other *** search
- * The standard image given a global metallic finish (line 6)
-
- global
- sky cloudy
- floor_color 206
- default_texture metallic
-
- * The following lines are required to include the library of shape definitions
- * which are in POV format:
-
- insert before_textures begin_insert
- #include "rshapes.inc"
- end_insert
-
- * In this example only the Ellipsoid (the first one) is really required
- * The rest have been included as if they are all used in balls.dxf:
-
- block ELLIPS external Ellipsoid
- block ELLIPS_1 external Ellipsoid_1
- block ELLIPS_2 external Ellipsoid_2
- block ELLIPS_3 external Ellipsoid_3
- block CUBE external Cube
- block LIGHT external Light
- block SUN external Sun
- block DISK_X external Disk_X
- block DISK_Y external Disk_Y
- block DISK_Z external Disk_Z
- block CONE_X external Cone_X
- block CONE_Y external Cone_Y
- block CONE_Z external Cone_Z
- block HBEAM external Hbeam
- block WEDGE external Wedge
- block ELBOW1 external Elbow1 bounded_by -0.15 -0.05 -0.11 1.05 1.15 0.11
- block ELBOW05 external Elbow05 bounded_by -0.075 -0.025 -0.06 1.025 1.075 0.06
-
- * The elbows unlike the others do not occupy the 2x2x2 block hence the
- * bounded_by options.
-